body {
  min-width: 320px;
  overflow-x: hidden;
}
a {
  color: inherit;
}
a:focus,.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: unset;
}
p {
  margin: 0;
}
textarea {
  resize: none;
}
.vertical-align {
  font-size:0
}
.vertical-align:before {
  display:inline-block;
  height:100%;
  content:'';
  vertical-align:middle
}
.vertical-align-bottom,.vertical-align-middle {
  font-size:1rem;
  display:inline-block;
  max-width:100%
}
.vertical-align-middle {
  vertical-align:middle
}
.vertical-align-bottom {
  vertical-align:bottom
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.red {
  color: #f00;
}
.bg-white {
  background-color: #ffffff;
}
.bg-transparent {
  background: transparent !important;
}
.cover-image {
  width: 100%;
  display: block;
}
.no-border {
  border: none !important;
}
.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.wrap-body {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .wrap-body > .container {
    min-height: 500px;
  }
}
/*头部*/
.header {
  background-color: #ffffff;
}
.top {
  font-size: 12px;
  padding: 7px 15px;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.header .logo {
  height: 60px;
}
.header .logo img {
  max-width: 100%;
  display: block;
}
.header .search {
  height: 60px;
}
.header .search .search-form {
  width: 100%;
}
.header .search .form-control,
.header .search .btn {
  font-size: 14px;
}
@media (min-width: 768px) {
  .top {
    padding: 7px 0px;
  }
  .top-left {
    float: left;
    margin-bottom: 0px;
  }
  .top-right {
    float: right;
    text-align: right;
  }
  .header .logo,
  .header .search {
    padding: 0;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .top {
    font-size: 14px;
  }
  .header .logo,
  .header .search {
    height: 110px;
  }
}
/*导航*/
.nav-bar {
  background-color: #ca0000;
}
.nav-bar .nav > li {
  float: left;
  width: 25%;
  text-align: center;
}
.nav-bar .nav > li > a {
  color: #ffffff;
  border-radius: 0;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 600;
}
.nav-bar .nav > li.active > a,
.nav-bar .nav > li > a:hover {
  background-color: #970000;
}
.nav-bar .nav > li > a:focus {
  background-color: initial;
}
@media (min-width: 768px) {
  .nav-bar .nav > li {
    width: 1%;
    float: none;
    display: table-cell;
  }
  .nav-bar .nav > li > a {
    padding: 18px 0px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .nav-bar .nav > li > a {
    font-size: 18px;
  }
}
/*底部*/
.footer {
  font-size: 14px;
  padding: 15px 0;
  border-top: 5px solid #ca0000;
  background-color: #fff;
}
.footer ul {
  margin-bottom: 0px;
}
.footer ul li {
  line-height: 25px;
}
.footer .code-pic {
  margin-top: 15px;
}
.footer .code-info {
  width: 185px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: #f7f8f9;
}
.footer .code-info + .code-info {
  margin-top: 10px;
}
.footer .code-pic .code-icon {
  float: right;
  text-align: center;
}
.footer .code-pic #_ideConac,
.footer .code-pic #_span_jiucuo {
  display: block;
  margin: 0 auto;
}
.footer .code-img {
  text-align: center;
  border: 1px solid #ddd;
  background: #ffffff;
  position: absolute;
  bottom: 40px;
  left: 0px;
  z-index: 999;
  display: none;
}
.footer .code-item {
  display: table-cell;
}
.footer .code-img img {
  width: 150px;
  height: 150px;
  display: block;
}
.footer .code-img p {
  margin: 5px 0;
  line-height: 1;
  color: #666;
}
@media (min-width: 768px) {
  .footer {
    padding: 35px 0;
  }
}
/*首页*/
#hotpic {
  margin-top: 15px;
  margin-bottom: 15px;
}
#hotpic .swiper-slide a {
  display: block;
  position: relative;
}
#hotpic .swiper-slide img {
  width: 100%;
  height: 200px;
  display: block;
}
#hotpic .swiper-slide .text {
  font-size: 14px;
  color: #fff;
  padding: 10px 80px 10px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hotpic .swiper-pagination {
  width: auto;
  left: auto;
  right: 5px;
}
#hotpic .swiper-pagination-bullet {
  margin: 0 2px;
  opacity: 1;
  background-color: #fff;
}
#hotpic .swiper-pagination-bullet-active {
  background-color: #ca0000;
}

.news-box {
  margin-bottom: 15px;
}
.news-title {
  line-height: 45px;
  border-bottom: 1px solid #d8d8d8;
}
.news-title ul {
  margin-bottom: -1px;
  float: left;
}
.news-title li {
  float: left;
  font-weight: 600;
  font-size: 15px;
}
.news-title li a {
  color: #000;
  display: block;
}
.news-title li.active a,
.news-title li a:hover {
  color: #ca0000;
  border-bottom: 2px solid #ca0000;
}
.news-title .more {
  float: right;
  color: #999;
  font-size: 12px;
}
.news-list {
  padding: 5px;
}
.news-list ul {
  font-size: 14px;
  margin-bottom: 0;
}
.news-list li {
  border-bottom: 1px dashed #ddd;
}
.news-list li a {
  display: block;
  margin: 10px 0;
}
.news-list li a span {
  margin-right: 10px;
  color: #ca0000;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.news-list li em {
  font-size: 12px;
  font-style: normal;
  color: #999999;
  display: block;
  margin: 10px 0;
}
#culture {
  margin-bottom: 0;
}
#culture .swiper-container {
  padding: 15px 0;
}
#culture .swiper-slide {
  border: 1px solid #e5e5e5;
}
#culture .swiper-slide a {
  display: block;
}
#culture .swiper-slide .img {
  overflow: hidden;
}
#culture .swiper-slide img {
  width: 100%;
  height: 110px;
  display: block;
  transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
}
#culture .swiper-slide .text {
  text-align: center;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#culture .swiper-slide a:hover .img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (min-width: 768px) {
  #hotpic .swiper-slide img {
    height: 340px;
  }
  #hotpic .swiper-slide .text {
    font-size: 16px;
    padding-right: 100px;
  }
  #hotpic .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .news-title li {
    font-size: 18px;
  }
  .news-list li {
    line-height: 40px;
    border-bottom: 0;
  }
  .news-list li a {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-list li em {
    float: right;
    margin: 0 0 0 15px;
  }
  #culture .swiper-slide img {
    height: 152px;
  }
}
@media (min-width: 992px) {
  #hotpic {
    margin: 0px -15px 15px -15px;
  }
  #hotpic .swiper-slide img {
    height: 456px;
  }
  .news-list ul {
    font-size: 16px;
  }
  .news-list li em {
    font-size: 14px;
  }
  .news-box {
    margin-bottom: 5px;
  }
  #culture .swiper-slide .text {
    font-size: 16px;
  }
  #culture .swiper-slide img {
    height: 148px;
  }
}
@media (min-width: 1200px) {
  #hotpic .swiper-slide img {
    height: 550px;
  }
  #culture .swiper-slide img {
    height: 182px;
  }
}
/*** 二级公用开始 ***/
/*当前位置*/
.location {
  font-size: 12px;
}
.location .breadcrumb {
  margin-bottom: 0;
}
.location .glyphicon {
  color: #ca0000;
}
@media (min-width: 768px) {
  .location {
    font-size: 14px;
  }
  .location .breadcrumb {
    background-color: transparent;
  }
}
/*侧栏*/
.sidebar-title {
  color: #ca0000;
  font-weight: 600;
  padding: 10px 0;
  font-size: 15px;
}
.sidebar-title span {
  line-height: 1;
  padding-left: 8px;
  border-left: 3px solid #ca0000;
}
#sidebar {
  position: relative;
  margin: 0 -15px 10px -15px;
  font-size: 14px;
}
#sidebar .nav-active {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #ffffff;
  background-color: #ca0000;
}
#sidebar .nav-active .caret {
  float: right;
  margin-top: 20px;
  transition: .3s all;
}
#sidebar .nav-active.open .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#sidebar>.nav {
  position: absolute;
  z-index: 1000;
  left: 0;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  padding: 0 15px;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#sidebar .nav>li>a {
  padding: 12px 15px 12px 0;
}
#sidebar .nav>li>a:hover, #sidebar .nav>li>a:focus {
  background-color: transparent;
}
#sidebar .nav .nav {
  display: none;
}
#sidebar .nav .nav li a {
  padding-left: 1rem;
}
#sidebar .nav .nav .nav li a {
  padding-left: 2rem;
}
#sidebar .nav .nav .nav .nav li a {
  padding-left: 3rem;
}
#sidebar .nav i {
  color: #777777;
  font-size: 14px;
  position: absolute;
  top: 16px;
  right: 0;
}
#sidebar .nav li.active>a,
#sidebar .nav li.active>a i {
  color: #ca0000;
}
@media (min-width: 768px) {
  #sidebar {
    margin: 0;
    font-size: 15px;
  }
  #sidebar>.nav {
    max-height: none;
    position: initial;
    padding: 0;
    overflow-y: initial;
    display: block !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #sidebar .nav .nav {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .sidebar-title {
    font-size: 16px;
  }
  #sidebar {
    font-size: 16px;
  }
  #sidebar .nav .nav {
    font-size: 15px;
  }
}
/*公用标题*/
.title-primary {
  border-bottom: 1px solid #d9d9da;
}
.title-primary-name {
  font-size: 15px;
  font-weight: 600;
  color: #ca0000;
  display: inline-block;
  padding: 8px 0;
  margin-bottom:-1px;
  border-bottom:3px solid #ca0000;
}
.title-primary-name i {
  font-size: 16px;
  vertical-align: -1px;
  margin-right: 5px;
}
.title-primary small {
  margin: 11px 0;
}
@media (min-width: 992px) {
  .title-primary-name {
    font-size: 16px;
  }
  .title-primary-name i {
    font-size: 20px;
  }
}
/*新闻列表页*/
.list-news {
}
.list-news ul {
  font-size: 14px;
  margin-bottom: 0;
}
.list-news li {
  border-bottom: 1px dashed #ddd;
}
.list-news li a {
  display: block;
  margin: 10px 0;
}
.list-news li a span {
  margin-right: 10px;
  color: #ca0000;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.list-news li em {
  font-size: 12px;
  font-style: normal;
  color: #999999;
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .list-news li {
    line-height: 40px;
  }
  .list-news li a {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-news li em {
    float: right;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 992px) {
  .list-news ul {
    font-size: 16px;
  }
  .list-news li em {
    font-size: 14px;
  }
}
/*翻页*/
.myPages {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #333;
  padding: 15px 0;
}
.myPages-total {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 6px 11px;
  overflow: hidden;
  vertical-align: middle;
  font-style: normal;
  display: block;
}
.myPages-btn, .myPages-num, .myPages-num-on, .myPages-go {
  font-size: 14px;
  border: 1px solid #e4eaec;
  margin: 0 0 5px -1px;
  padding: 5px 11px;
  min-width: 30px;
  color: #333;
  background: none;
  overflow: hidden;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
}
.myPages a {
  text-decoration: none;
}
.myPages-num-on {
  color: #ffffff !important;
  border-color: #ca0000;
  background-color: #ca0000;
}
.myPages-go {
  border-radius: 2px;
}
.myPages-jump {
  font-size: 14px;
  margin: 0 15px;
  line-height: 32px;
  color: #999;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: -3px;
}
.myPages-jump input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 3px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #e4eaec;
}
.myPages-go:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (min-width: 768px) {
  .myPages {
    padding: 30px 0;
  }
  .myPages-total {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
  }
  .myPages-btn, .myPages-num, .myPages-num-on, .myPages-go {
    font-size: 16px;
    margin-bottom: 0;
    padding: 5px 12px;
  }
  .myPages-jump {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 35px;
    top: 0;
  }
  .myPages-jump input {
    height: 35px;
    line-height: 35px;
  }
}
/*** 二级公用结束 ***/

/*文章内容*/
.details {
  margin-bottom: 15px;
}
.details-header h1 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  margin: 20px 0;
}
.details-header h2 {
  font-size:18px;
  font-weight: 600;
  color: #333333;
  margin: 10px 0;
}
.details-header h3 {
  font-size:16px;
  font-weight: 600;
  color: #444444;
  margin: 10px 0;
}
.details-header .info {
  font-size: 12px;
  padding: 10px;
  background-color: #f8f8f8;
}
.details-header .info > span {
  margin: 8px 0;
  display: block;
}
.details-header .info > span font {
  margin: 5px;
  cursor:pointer;
}
.details-header .bdsharebuttonbox {
  display: inline;
}
.bdsharebuttonbox>a {
  display: inline-block !important;
  margin: 0 5px 0 0 !important;
  float: none !important;
  position: relative !important;
  top: 2px !important;
}
.bdselect_share_box, .bdselect_share_box *, .bdselect_share_box *:before, .bdselect_share_box *:after,
.bd_weixin_popup, .bd_weixin_popup *, .bd_weixin_popup *:before, .bd_weixin_popup *:after,
.bdshare_popup_box, .bdshare_popup_box *, .bdshare_popup_box *:before, .bdshare_popup_box *:after,
.bdselect_share_bg, .bdselect_share_bg *, .bdselect_share_bg *:before, .bdselect_share_bg *:after,
.sr-bdimgshare, .sr-bdimgshare *, .sr-bdimgshare *:before, .sr-bdimgshare *:after,
.bdshare_dialog_bg, .bdshare_dialog_bg *, .bdshare_dialog_bg *:before, .bdshare_dialog_box *:after,
.bdshare_dialog_box, .bdshare_dialog_box *, .bdshare_dialog_box *:before, .bdshare_dialog_box *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bdshare_popup_list {
  max-height: 320px;
  overflow: hidden !important;
}
.details-body {
  padding: 15px 0;
  position: relative;
  zoom: 1;
  max-width: 100%;
  word-wrap: break-word;
}
.details-body p {
  margin-bottom: 5px;
}
.details-body a {
  color: #0e58ad;
}
.details-body * {
  max-width:100% !important;
}
.details-body video,
.details-body .video,
.details-body iframe {
  max-width:100% !important;
  margin:auto;
  display:block;
}
.details-download .download-header {
  padding: 15px 0;
}
.details-download .glyphicon {
  margin-right: 5px;
}
.details-download a {
  color: #ca0000;
}
@media (min-width: 768px) {
  .details {
    padding: 15px;
    border: 1px solid #dddddd;
	min-height: 448px;
  }
  .details-header {
    text-align: center;
  }
  .details-header .info {
    font-size: 14px;
  }
  .details-header .info > span {
    margin: 0 15px;
    display: inline;
  }
}
@media print {
  .details-header {
    padding: 10px 0;
    margin: 0;
    text-align: center;
  }
  .details-header .info > span {
    display: inline;
    margin: 0 5px;
  }
  .details-header .info .bdsharebuttonbox {
    display: none;
  }
  .details-body {
    font-size: 16px;
  }
}
/*搜索结果页*/
.search-result {
  padding-top: 15px;
}
.searchs-Summary {
  padding: 15px 0;
}
.search-list > ul {
  margin-bottom: 0;
}
.search-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #dddddd;
}
.search-list h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}
.search-list p {
  font-size: 14px;
}
.search-list .time {
  font-size: 12px;
  color: #999999;
}
@media (min-width: 768px) {
  .searchs-Summary {
    font-size: 16px;
  }
  .search-list h3 {
    font-size: 18px;
  }
  .search-list p {
    font-size: 16px;
  }
  .search-list .time {
    font-size: 14px;
  }
}
/*管理层*/
.leader-list {
  margin: 0;
}
.leader-list li {
  margin-top: 15px;
  position: relative;
}
.leader-list li a {
  padding: 10px 10px;
  border-radius: 4px;
  display: block;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .12);
}
.leader-list li .avatar {
  width: 80px;
  margin-right: 15px;
  float: left;
}
.leader-list li .title {
  margin: 5px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.leader-list li .des {
  color: #666;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
}
.leader-list li a:before {
  content: "";
  display: block;
  width: 9px;
  height: 24px;
  background: #d2d2d2;
  border: 3px solid #fff;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -12px;
  border-radius: 4px;
}
.leader-list li a:hover {
  color: #ca0000;
  border: 1px solid #ca0000;
  box-shadow: 0px 0px 5px 0px rgba(0, 99, 213, .5);
}
.leader-list li a:hover:before {
  background: #ca0000;
}
.leader-list li a:hover .des {
  color: #ca0000;
}
/*企业文化*/
.culture-list .item {
  margin-top: 15px;
  display: block;
  border: 1px solid #e5e5e5;
}
.culture-list .item .img {
  overflow: hidden;
}
.culture-list .item img {
  width: 100%;
  height: 229px;
  display: block;
  transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
}
.culture-list .item .text {
  text-align: center;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.culture-list .item:hover .img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (min-width: 768px) {
  .culture-list {
    margin-top: -15px;
  }
  .culture-list .item {
    margin-top: 30px;
  }
  .culture-list .item img {
    height: 145px;
  }
  .culture-list + .myPages {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .culture-list .item img {
    height: 140px;
  }
  .culture-list .item .text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .culture-list .item img {
    height: 174px;
  }
}
/*联系我们*/
.map_box {
  margin: 15px 0;
  height: 520px;
  position: relative;
}
.map_box .map {
  height: 100%;
}
.map_box .map_panel {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
.map_box .panel_list {
  border: 1px solid #eee;
}
.map_box .panel_item {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
  color: #666;
}
.map_box .panel_item i {
  margin-right: 5px;
}